

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #222;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
 /* font-size: 16px;*/
	font-weight: normal;
	line-height: 1.625;
	margin: 0;
	padding: 0;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

input {
	color: #333;
}

input[type=text],
select,
textarea {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: #fff;
	border: 1px solid #bbb;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #4C4C4C;
	font-size: 9px;
	margin: 5px 2px 0 0;
	padding: 12px 15px;
	vertical-align: middle;
}

textarea {
	color: #333;
	font-size: 12px;
	text-transform: none;
}

li,
ol,
ul {
	margin: 0;
	padding: 10px;
}
#menu-item-1 {
	color: #FF0;
	background-color: #FF0;
}

ol li {
	list-style-type: decimal;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #00aeef;
	text-decoration: underline;
}

a:hover {
	color: #004d6a;
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #009DE0;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto 10px;
}

.wrap {
	margin: 0 auto;
	width: 920px;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 135px;
	overflow: hidden;
	width: 900px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 40px 0 0;
	width: 350px;
}

#title {
	font-size: 32px;
	line-height: 1.25;
	margin: 0;
}

#title a,
#title a:hover {
	color: #222;
	text-decoration: none;
}

#description {
	color: #bbb;
	font-size: 9px;
	text-transform: uppercase;
}

#header .widget-area {
	float: right;
	margin: 40px 0 0;
	width: 600px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 135px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 350px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary {
	clear: both;
	color: #222;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	float: right;
}

.menu-primary,
.menu-secondary {
	background: url(images/gray-texture.jpg);
}

.menu-primary,
.menu-secondary {
	margin: 0 0 20px;
}

.menu-primary ul,
.menu-secondary ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #222;
	display: block;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #d05353;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	color: #222;
	font-size: 14px;
	padding: 10px 15px;
	position: relative;
	text-align: left;
	text-shadow: #fff 1px 1px;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	color: #d05353;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	-moz-box-shadow: 0px 1px 3px #ccc;
	-webkit-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
	height: auto;
	left: -9999px;
	margin: 0 0 0 1px;
	position: absolute;
	width: 168px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 130px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -44px 0 0 168px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 0px;
	text-indent: -9999px;
	top: 17px;
	width: 16px;
}

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 6px 15px 5px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #222;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #d05353;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 40px auto 0;
	overflow: hidden;
	width: 920px;
}

.balance-landing #inner {
	margin: 20px auto 0;
}


/* Home Featured
------------------------------------------------------------ */

#home-featured {
	background: url(images/gray-texture.jpg);
	margin: 0 0 60px;
}

#home-featured .wrap {
	padding: 35px 0;
}

.home-featured-left {
	float: left;
	width: 480px;
}

.home-featured-left,
.home-featured-left p {
	color: #888;
	font-size: 14px;
	text-shadow: #fff 1px 1px;
}

.home-featured-left h4.widgettitle {
	font-size: 26px;
	margin-bottom: 20px;
}

.home-featured-right {
	background: url(images/dashes-bg.png) #d05353;
	border: 5px solid #fff;
	float: right;
	font-size: 16px;
	margin: -50px 0;
	width: 430px;
}

.home-featured-right,
.home-featured-right p,
.home-featured-right h4.widgettitle {
	color: #fff;
	text-shadow: #a64242 -1px -1px;
	text-align: center;
}

.home-featured-right p {
	font-size: 16px;
	margin-bottom: 20px;
}

.home-featured-right .widget {
	margin: 35px;
}

.home-featured-right h4.widgettitle {
	font-size: 26px;
	margin-bottom: 20px;
}

.home-featured-right input[type=text] {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: #fff url(images/email-icon.png) no-repeat 16px 15px;
	border-bottom: none;
	border-left: 1px solid #963c3c;
	border-right: none;
	border-top: 1px solid #963c3c;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #bbb;
	font-size: 9px;
	padding: 14px 15px 14px 45px;
	text-transform: uppercase;
	width: 180px;
}

#home-featured .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
	border: none;
	font-size: 0;
	height: 28px;
	margin: 0 0 0 15px;
	line-height: 0;
	text-indent: -9999px;
	width: 26px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: url(images/gray-texture.jpg);
	color: #888;
	font-size: 14px;
	margin: 0 auto 40px;
	padding: 35px 0;
	text-shadow: #fff 1px 1px;
}

.breadcrumb a {
	background: url(images/bullet.png) no-repeat right;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
}

.breadcrumb .home {
	margin: 0 20px 0 0;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 770px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.balance-landing #content-sidebar-wrap {
	float: none;
	margin: 0 auto;
	width: 700px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0 0 20px;
	width: 450px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 620px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

.balance-landing #content {
	width: 700px;
}

blockquote {
	background: url(images/quote-icon.png) no-repeat;
	color: #666;
	font-size: 18px;
	font-style: italic;
	margin: 20px 0;
	padding: 0 0 0 90px;
}

blockquote p {
	color: #666;
	font-size: 18px;
	font-style: italic;
}

.post {
	/*background: url(images/dashes.png) repeat-x bottom;
	margin: 0 0 50px;*/
	padding: 0 0 10px;
}

.entry-content {
	margin: 0 0 35px;
	padding: 0 0 25px;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.entry-content p {
	margin: 0 0 25px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 20px;
}

.more-link {
	border-bottom: 5px solid #d05353;
	bottom: -53px;
	color: #d05353;
	display: block;
	font-size: 9px;
	font-weight: bold;
	left: 0;
	padding: 0 0 8px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
	z-index: 100;
}

.more-link:hover {
	border-bottom: 5px solid #222;
	text-decoration: none;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	width: 48%;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #393536;
	font-family: 'HVDPosterRegular', "Lucida Grande", "Lucida Sans", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	margin: 10px 0;
			
}

h1,
h2,
h2 a,
h2 a:visited,
.page-template-page_portfolio-php h4 {
	/*font-family: 'Lora', Georgia, "Times New Roman", Times;*/
	font-size: 25px;
	line-height: 1.25;
	margin: 10px 0 25px;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 18px;
	margin: 0 0 5px;
}

.genesis-grid h2,
.genesis-grid h2 a {
	font-size: 28px;
}

.page-template-page_portfolio-php h2,
.page-template-page_portfolio-php h2 a,
.page-template-page_portfolio-php h2 a:visited {
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
}

h2 a:hover {
	color: #00aeef;
	text-decoration: none;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 25px;
}

.widget-area h4 {
	color: #888;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
	text-transform: uppercase;
}

.widget-area h4 a {
	text-decoration: none;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.entry-title {
	margin-bottom: 0;
        margin-bottom: 4px;
}

#content .post-info {
	display: none;
}

.entry-content .post-info {
	display: block!important;
}

#content .post-info {
	color: #888;
	font-size: 9px;
	margin: 0 0 10px;
	padding: 0 0 0!important;
	text-transform: uppercase;
}

#content .post-info a {
	font-weight: bold;
	text-decoration: none;
}

#content .post-info .date {
	float: left;
	margin-right: 15px;
}

#content .post-info .author a {
	border-bottom: 5px solid #d05353;
	padding: 0 8px 10px;
}

#content .post-info .author a:hover {
	border-bottom: 5px solid #222;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	color: #888;
	font-size: 9px;
	line-height: 2;
	margin: 50px 0 0;
	padding: 15px 0 0;
	position: relative;
	text-transform: uppercase;
}

.post-meta a {
	font-weight: bold;
	text-decoration: none;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: url(images/gray-texture.jpg);
	color: #222;
	font-size: 14px;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 40px;
	text-shadow: #fff 1px 1px;
}

.author-box p {
	color: #222;
	font-size: 14px;
	text-shadow: #fff 1px 1px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments {
	position: absolute;
	top: -27px;
	right: 0px;
}

.post-comments a {
	background: url(images/comment-icon.jpg) no-repeat 0px 0px;
	color: #888;
	padding: 0 0 0 20px;
}

.post-comments a:hover {
	color: #d05353;
}

.tags {
	display: block;
	margin: 10px 0 0;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.featuredpage img,
.featuredpost img,
.post-image {
	padding: 0;
}

.page-template-page_portfolio-php .featuredpage img,
.page-template-page_portfolio-php .featuredpost img {
	margin: 0 0 10px;
}

.avatar {
	padding: 5px;
}

.author-box .avatar {
	background-color: #fff;
	border: none;
	float: left;
	height: 80px;
	margin: 0 30px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	border: none;
	float: left;
	height: 33px;
	margin: 0 15px 0 0;
	padding: 3px;
	width: 33px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 0;
}

img.alignleft {
	display: inline;
	margin: 0 25px 20px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 20px 25px;
}

.alignleft {
	float: left;
	margin: 0 25px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 25px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	font-size: 12px;
	padding: 5px 0;
        margin:0px;
        font-style: italic;        
}
.alignright p.wp-caption-text {
    text-align: right;
    padding-right:5px;
    
}

.alignleft p.wp-caption-text {
    text-align: left;
    padding-left:5px;
    
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f5f5f5;
	border-radius: 3px;
	color: #777;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 12px;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #eee;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	width: 280px;
}

.sidebar p {
	font-size: 13px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	margin: 0 0 30px;
	padding: 0 0 0;
}

.sidebar .widget,
.sidebar .widget p {
	color: #888;
	font-size: 11px;
}

.sidebar .widget p {
	margin: 0 0 15px;
}

.sidebar.widget-area ul,
.sidebar.widget-area ul ul,
#footer-widgets .widget-area ul,
#footer-widgets .widget-area ul ul {
	margin: 0;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	background: none;
	list-style-type: none;
	padding: 0 0 7px 0;
	word-wrap: break-word;
}

.gpoll_choice_label {
	margin-bottom: 5px;
	font-size: 13px;
}

.orange .gpoll_bar_juice {
	background-color: #231F20!important;
	background-image: none!important;
}

.gpoll_bar_juice:after {
	background-image: none!important;
}

/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-size: 12px;
	margin: 10px 0;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: none;
	position: relative;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 0 40px;
}

.page-template-page_portfolio-php .featuredpage .page,
.page-template-page_portfolio-php .featuredpost .post {
	float: left;
	margin: 0 10px 30px;
	padding: 0 0 20px;
	overflow: hidden;
	width: 300px;
}

.featuredpage .page .more-link,
.featuredpost .post .more-link {
	bottom: 0;
}

.featuredpost .post {
	padding: 0 0 70px;
}

.featuredpost .post .more-link {
	bottom: 30px;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(images/dashes-bg.png) #d05353;
	border-bottom: 1px solid #925252;
	border-left: none;
	border-right: 1px solid #925252;
	border-radius: 5px;
	border-top: none;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 10px;
	text-decoration: none;
	text-shadow: #9e3f3f -1px -1px;
	text-transform: uppercase;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/dashes-bg.png) #be4242;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 20px 0 0;
}

.menu-primary .searchform {
	float: right;
}

.sidebar .searchform {
	padding: 0;
}

.s {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: #fff;
	border: 1px solid #bbb;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #bbb;
	font-size: 9px;
	margin: 5px 2px 0 0;
	padding: 12px 15px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 180px;
}

.searchsubmit {
	background: url(images/search-icon.png) no-repeat !important;
	border: none !important;
	height: 38px;
	margin: 2px 0 0 10px;
	vertical-align: middle;
	width: 38px;
}

.menu-primary .s {
	background-color: #fff;
	margin: 2px 2px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews-widget {
	background: url(images/dashes-bg.png) #d05353 !important;
	border-bottom: none !important;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.home #sidebar .enews,
.home #sidebar .enews-widget {
	display: none;
}

#sidebar .enews {
	padding: 20px 20px 0;
}

#footer-widgets .enews {
	padding: 20px;
}

.enews p {
	color: #fff !important;
	font-size: 16px;
	padding: 0;
	text-align: center;
	text-shadow: #a64242 -1px -1px;
}

.enews #subscribe {
	padding: 0;
}

.enews #subbox {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: url(images/email-icon.png) no-repeat 16px 15px #fff;
	border-bottom: none;
	border-left: 1px solid #963c3c;
	border-right: none;
	border-top: 1px solid #963c3c;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #bbb;
	font-size: 9px;
	padding: 14px 15px 14px 45px;
	text-transform: uppercase;
	width: 160px;
}

.enews h4.widgettitle {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: #a64242 -1px -1px;
	text-transform: none;
}

#subbutton {
	background: #fff;
	color: #555;
	margin-top: 15px;
	text-shadow: #fff 1px 1px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: url(images/gray-texture.jpg);
	clear: both;
	margin: 0 0 20px;
	padding: 25px 0;
	overflow: hidden;
}

#footer-widgets .wrap {
	font-size: 13px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 920px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 20px;
	padding: 0;
	text-shadow: #fff 1px 1px;
}

#footer-widgets .widget,
#footer-widgets .widget p {
	color: #777;
	font-size: 11px;
}

#footer-widgets .widget p {
	margin: 0 0 15px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 40px 0 0;
	width: 295px;
}

.footer-widgets-2 {
	float: left;
	width: 290px;
}

.footer-widgets-3 {
	float: right;
	width: 295px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	color: #888;
	font-size: 10px;
	overflow: hidden;
	padding: 20px 0;
	text-transform: uppercase;
}

#footer p {
	color: #888;
	font-size: 10px;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/return-top-arrow.png) no-repeat center left;
	padding: 5px 0 5px 36px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	font-size: 13px;
	margin: 0 0 15px;
	overflow: hidden;
}

#comments p,
#respond p {
	font-size: 13px;
}

#author,
#comment,
#email,
#url {
	font-size: 16px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list {
	list-style: none;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0;
	padding: 35px 35px 15px;
	text-shadow: #fff 1px 1px;
}

.comment-list li {
	list-style: none;
}

.comment-list li ul li {
	background: #fff;
	list-style-type: none;
}

.comment-list li ul li li {
	background: url(images/gray-texture.jpg);
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.comment-list .says,
.ping-list cite {
	color: #555;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}

.commentmetadata {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}

.comment-content {
	margin: 20px 0;
}

.comment-reply-link {
	border-bottom: 5px solid #d05353;
	font-size: 9px;
	padding: 0 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-reply-link:hover {
	border-bottom: 5px solid #222;
	text-decoration: none;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: url(images/gray-texture.jpg);
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #222;
	font-size: 16px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
	font-size: 11px !important;
	padding: 8px 10px !important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Balance Blue
------------------------------------------------------------ */

.balance-blue a,
.balance-blue a:visited,
.balance-blue .post-comments a:hover,
.balance-blue #header .menu a:hover,
.balance-blue #header .menu .current_page_item a,
.balance-blue #header .menu .current-cat a,
.balance-blue #header .menu .current-menu-item a,
.balance-blue .menu-primary a:hover,
.balance-blue .menu-primary .current_page_item a,
.balance-blue .menu-primary .current-cat a,
.balance-blue .menu-primary .current-menu-item a,
.balance-blue .menu-secondary a:hover,
.balance-blue .menu-secondary .current_page_item a,
.balance-blue .menu-secondary .current-cat a,
.balance-blue .menu-secondary .current-menu-item a,
.balance-blue .more-link {
	color: #6eadce;
}

.balance-blue a:hover,
.balance-blue h2 a,
.balance-blue h2 a:visited,
.balance-blue #header .menu a,
.balance-blue .menu-primary a,
.balance-blue .menu-secondary a {
	color: #222;
}

.balance-blue h2 a:hover {
	color: #6eadce;
}

.balance-blue .more-link,
.balance-blue #content .post-info .author a,
.balance-blue .comment-reply-link {
	border-bottom: 5px solid #6eadce;
}

.balance-blue #content .post-info .author a:hover,
.balance-blue .more-link:hover,
.balance-blue .comment-reply-link:hover {
	border-bottom: 5px solid #222;
}

.balance-blue input[type="button"],
.balance-blue input[type="submit"],
.balance-blue .enews-widget,
.balance-blue .home-featured-right {
	background: #6eadce url(images/dashes-bg.png) !important;
	text-shadow: #598ca7 -1px -1px !important;
}

.balance-blue input[type="button"],
.balance-blue input[type="submit"] {
	border-bottom: 1px solid #4f7d94;
	border-right: 1px solid #4f7d94;
}

.balance-blue input:hover[type="button"],
.balance-blue input:hover[type="submit"] {
	background: #649dbb url(images/dashes-bg.png) !important;
}

.balance-blue .home-featured-right input[type="text"],
.balance-blue .enews #subbox {
	border-left: 1px solid #4f7d94;
	border-top: 1px solid #4f7d94;
}

.balance-blue .enews p,
.balance-blue .enews h4.widgettitle,
.balance-blue .home-featured-right,
.balance-blue .home-featured-right p,
.balance-blue .home-featured-right h4.widgettitle {
	text-shadow: #598ca7 -1px -1px !important;
}

.balance-blue .post-comments a {
	color: #888;
}

.balance-blue input[type="submit"].searchsubmit {
	background: url(images/blue/search-icon.png) no-repeat !important;
	border: none !important;
}

.balance-blue .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
}

.balance-blue #subbutton {
	background: #fff !important;
	text-shadow: none !important;
}


/* Balance Green
------------------------------------------------------------ */

.balance-green a,
.balance-green a:visited,
.balance-green .post-comments a:hover,
.balance-green #header .menu a:hover,
.balance-green #header .menu .current_page_item a,
.balance-green #header .menu .current-cat a,
.balance-green #header .menu .current-menu-item a,
.balance-green .menu-primary a:hover,
.balance-green .menu-primary .current_page_item a,
.balance-green .menu-primary .current-cat a,
.balance-green .menu-primary .current-menu-item a,
.balance-green .menu-secondary a:hover,
.balance-green .menu-secondary .current_page_item a,
.balance-green .menu-secondary .current-cat a,
.balance-green .menu-secondary .current-menu-item a,
.balance-green .more-link {
	color: #80bf61;
}

.balance-green a:hover,
.balance-green h2 a,
.balance-green h2 a:visited,
.balance-green #header .menu a,
.balance-green .menu-primary a,
.balance-green .menu-secondary a {
	color: #222;
}

.balance-green h2 a:hover {
	color: #80bf61;
}

.balance-green .more-link,
.balance-green #content .post-info .author a,
.balance-green .comment-reply-link {
	border-bottom: 5px solid #80bf61;
}

.balance-green #content .post-info .author a:hover,
.balance-green .more-link:hover,
.balance-green .comment-reply-link:hover {
	border-bottom: 5px solid #222;
}

.balance-green input[type="button"],
.balance-green input[type="submit"],
.balance-green .enews-widget,
.balance-green .home-featured-right {
	background: #80bf61 url(images/dashes-bg.png) !important;
	text-shadow: #61914a -1px -1px !important;
}

.balance-green input[type="button"],
.balance-green input[type="submit"] {
	border-bottom: 1px solid #5c8a46;
	border-right: 1px solid #5c8a46;
}

.balance-green input:hover[type="button"],
.balance-green input:hover[type="submit"] {
	background: #61914a url(images/dashes-bg.png) !important;
}

.balance-green .home-featured-right input[type="text"],
.balance-green .enews #subbox {
	border-left: 1px solid #5c8a46;
	border-top: 1px solid #5c8a46;
}

.balance-green .enews p,
.balance-green .enews h4.widgettitle,
.balance-green .home-featured-right,
.balance-green .home-featured-right p,
.balance-green .home-featured-right h4.widgettitle {
	text-shadow: #61914a -1px -1px !important;
}

.balance-green .post-comments a {
	color: #888;
}

.balance-green input[type="submit"].searchsubmit {
	background: url(images/green/search-icon.png) no-repeat !important;
	border: none !important;
}

.balance-green .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
}

.balance-green #subbutton {
	background: #fff !important;
	text-shadow: none !important;
}


/* Balance Pink
------------------------------------------------------------ */

.balance-pink a,
.balance-pink a:visited,
.balance-pink .post-comments a:hover,
.balance-pink #header .menu a:hover,
.balance-pink #header .menu .current_page_item a,
.balance-pink #header .menu .current-cat a,
.balance-pink #header .menu .current-menu-item a,
.balance-pink .menu-primary a:hover,
.balance-pink .menu-primary .current_page_item a,
.balance-pink .menu-primary .current-cat a,
.balance-pink .menu-primary .current-menu-item a,
.balance-pink .menu-secondary a:hover,
.balance-pink .menu-secondary .current_page_item a,
.balance-pink .menu-secondary .current-cat a,
.balance-pink .menu-secondary .current-menu-item a,
.balance-pink .more-link {
	color: #b96a97;
}

.balance-pink a:hover,
.balance-pink h2 a,
.balance-pink h2 a:visited,
.balance-pink #header .menu a,
.balance-pink .menu-primary a,
.balance-pink .menu-secondary a {
	color: #222;
}

.balance-pink h2 a:hover {
	color: #b96a97;
}

.balance-pink .more-link,
.balance-pink #content .post-info .author a,
.balance-pink .comment-reply-link {
	border-bottom: 5px solid #b96a97;
}

.balance-pink #content .post-info .author a:hover,
.balance-pink .more-link:hover,
.balance-pink .comment-reply-link:hover {
	border-bottom: 5px solid #222;
}

.balance-pink input[type="button"],
.balance-pink input[type="submit"],
.balance-pink .enews-widget,
.balance-pink .home-featured-right {
	background: #b96a97 url(images/dashes-bg.png) !important;
	text-shadow: #8d5172 -1px -1px !important;
}

.balance-pink input[type="button"],
.balance-pink input[type="submit"] {
	border-bottom: 1px solid #864d6d;
	border-right: 1px solid #864d6d;
}

.balance-pink input:hover[type="button"],
.balance-pink input:hover[type="submit"] {
	background: #8d5172 url(images/dashes-bg.png) !important;
}

.balance-pink .home-featured-right input[type="text"],
.balance-pink .enews #subbox {
	border-left: 1px solid #864d6d;
	border-top: 1px solid #864d6d;
}

.balance-pink .enews p,
.balance-pink .enews h4.widgettitle,
.balance-pink .home-featured-right,
.balance-pink .home-featured-right p,
.balance-pink .home-featured-right h4.widgettitle {
	text-shadow: #8d5172 -1px -1px !important;
}

.balance-pink .post-comments a {
	color: #888;
}

.balance-pink input[type="submit"].searchsubmit {
	background: url(images/pink/search-icon.png) no-repeat !important;
	border: none !important;
}

.balance-pink .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
}

.balance-pink #subbutton {
	background: #fff !important;
	text-shadow: none !important;
}


/* Balance Turquoise
------------------------------------------------------------ */

.balance-turquoise a,
.balance-turquoise a:visited,
.balance-turquoise .post-comments a:hover,
.balance-turquoise #header .menu a:hover,
.balance-turquoise #header .menu .current_page_item a,
.balance-turquoise #header .menu .current-cat a,
.balance-turquoise #header .menu .current-menu-item a,
.balance-turquoise .menu-primary a:hover,
.balance-turquoise .menu-primary .current_page_item a,
.balance-turquoise .menu-primary .current-cat a,
.balance-turquoise .menu-primary .current-menu-item a,
.balance-turquoise .menu-secondary a:hover,
.balance-turquoise .menu-secondary .current_page_item a,
.balance-turquoise .menu-secondary .current-cat a,
.balance-turquoise .menu-secondary .current-menu-item a,
.balance-turquoise .more-link {
	color: #69b5b4;
}

.balance-turquoise a:hover,
.balance-turquoise h2 a,
.balance-turquoise h2 a:visited,
.balance-turquoise #header .menu a,
.balance-turquoise .menu-primary a,
.balance-turquoise .menu-secondary a {
	color: #222;
}

.balance-turquoise h2 a:hover {
	color: #69b5b4;
}

.balance-turquoise .more-link,
.balance-turquoise #content .post-info .author a,
.balance-turquoise .comment-reply-link {
	border-bottom: 5px solid #69b5b4;
}

.balance-turquoise #content .post-info .author a:hover,
.balance-turquoise .more-link:hover,
.balance-turquoise .comment-reply-link:hover {
	border-bottom: 5px solid #222;
}

.balance-turquoise input[type="button"],
.balance-turquoise input[type="submit"],
.balance-turquoise .enews-widget,
.balance-turquoise .home-featured-right {
	background: #69b5b4 url(images/dashes-bg.png) !important;
	text-shadow: #549190 -1px -1px !important;
}

.balance-turquoise input[type="button"],
.balance-turquoise input[type="submit"] {
	border-bottom: 1px solid #4c8382;
	border-right: 1px solid #4c8382;
}

.balance-turquoise input:hover[type="button"],
.balance-turquoise input:hover[type="submit"] {
	background: #549190 url(images/dashes-bg.png) !important;
}

.balance-turquoise .home-featured-right input[type="text"],
.balance-turquoise .enews #subbox {
	border-left: 1px solid #4c8382;
	border-top: 1px solid #4c8382;
}

.balance-turquoise .enews p,
.balance-turquoise .enews h4.widgettitle,
.balance-turquoise .home-featured-right,
.balance-turquoise .home-featured-right p,
.balance-turquoise .home-featured-right h4.widgettitle {
	text-shadow: #549190 -1px -1px !important;
}

.balance-turquoise .post-comments a {
	color: #888;
}

.balance-turquoise input[type="submit"].searchsubmit {
	background: url(images/turquoise/search-icon.png) no-repeat !important;
	border: none !important;
}

.balance-turquoise .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
}

.balance-turquoise #subbutton {
	background: #fff !important;
	text-shadow: none !important;
}


/* Admium
------------------------------------------------------------ */

	body {
		//background-color: #009DE0;
	}
	
	#wrap {
		position: relative;
	}
	
	/*#topnavContainer .sub-menu, #topnavContainer .sf-sub-indicator,
	#headerContainer .sub-menu, #headerContainer .sf-sub-indicator,*/
	#footernavContainer .sub-menu, #footernavContainer .sf-sub-indicator {
		display: none!important;
	}
	#topnavContainer .sub-menu a,
	#headerContainer .sub-menu a,
	#footernavContainer .sub-menu a {
		font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, Tahoma, Verdana, sans-serif!important;
	}
	
	/* topnav */
	
	#topnavContainer {
		position: absolute;
		z-index: 999;
		background-color: rgba(168, 168, 168, 0.1);
		border-bottom: 1px solid #eee;
		padding-top: 10px;
		width: 100%;
	}
	#topnavContainer .wrap {
		position: relative;
	}
	
	#topnavContainer #subnav {
		
	}
	
	#topnavContainer #subnav .wrap {
		width: auto;
	}
	
	#topnavContainer .menu-secondary {
		margin: 0 0 5px 0!important;
		background: none!important;
	}
	#topnavContainer .menu-secondary li a {
		color: #787878;
		font-size: 13px;
		padding: 5px 8px 5px 8px!important;
	}
	#topnavContainer .menu-secondary li:first-child a {
		padding-left: 0!important;
	}
	#topnavContainer .menu-secondary li a:hover {
		color: #00aeef!important;
	}
	
	#topnavContainer .menu-secondary li.current-menu-item a,
	#topnavContainer .menu-secondary li.current-menu-ancestor a {
		color: #4a4a4a;
		font-weight: bold;
	}
	
	#topnavContainer .widget-area {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.widget_search .search-form {
		position: relative;
	}
	
	.widget_search .search-input {
		width: 130px;
		margin-top: 2px;
		border: 1px solid #dadada;
		padding: 7px 15px 7px 25px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	
	.widget_search .searchsubmit {
		position: absolute;
		background: url(images/searchIcon.png) no-repeat !important;
		width: 16px;
		height: 15px;
		left: 6px;
		top: 8px;
		margin: 0;
		padding: 0;
	}
	
	
	/* submenu widget */
	
	.headerSubmenu {
		background-color: #00aeef;
		color: #fff;
		border: 1px solid #004D6A;
		padding: 10px 20px;
		font-size: 21px;
		margin: 0!important;
	}
	.headerSubmenu a {
		color: #fff!important;
		font-size: 21px!important;
	}
	
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu {
		border-left: 1px solid #CFCFCF;
		border-right: 1px solid #CFCFCF;
	}
	
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li {
		background: none;
		padding: 0;
		height: auto;
		line-height: normal;
	}
	
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > a {
		position: relative;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		color: #393536;
		background-color: #f5f5f5;
		padding: 7px 0 7px 20px;
	}
	
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-item > a,
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-parent > a,
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-ancestor > a {
		background-color: #fff;
	}
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > a:hover {
		background-color: #fff;
		color: #00aeef;
	}
	
	
	.adm_childpages ul.menu ul.sub-menu li a span {
		display: none;
		position: absolute;
		right: 10px;
		top: 6px;
		margin-right: 0;
	}
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-item > a > span,
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > a:hover > span,
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > a:hover > span,
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > a:hover > span {
		display: inline-block;
	}
	
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
			display: none;
		}
		
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-item  > .sub-menu,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-ancestor  > .sub-menu,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-ancestor  > .sub-menu > li.current-menu-item  > .sub-menu,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-ancestor  > .sub-menu > li.current-menu-ancestor  > .sub-menu {
			display: block;
			margin-bottom: 10px;
		}
		
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li {
			font-size: 14px;
			border-bottom: none;
			background: none;
			background-position: 20px 14px;
			padding: 0 0 0 35px;
			height: auto;
			line-height: normal;
		}
		
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li {
			font-size: 14px;
			border-bottom: none;
			background: none;
			background-position: 5px 14px;
			padding: 0 0 0 15px;
			height: auto;
			line-height: normal;
		}
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li {
			font-size: 14px;
			border-bottom: none;
			background: none;
			background-position: 5px 14px;
			padding: 0 0 0 15px;
			height: auto;
			line-height: normal;
		}
		
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > a,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > a,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
			position: relative;
			font-size: 14px;
			font-weight: normal;
			line-height: 18px;
			color: #393536;
			background-color: #fff;
			padding: 4px 0 4px 0px;
		}
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li.current_page_item > a,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li.current_page_item > a,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li.current_page_parent > a,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li.current_page_item > a,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > a:hover,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > a:hover,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li a:hover {
			color: #00aeef;
		}
		
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li.current_page_item > a > span,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li.current_page_item > a > span,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li.current_page_parent > a > span,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li.current_page_item > a > span {
		display: inline-block;
		}		
		.adm_childpages ul.menu ul.sub-menu li.current-menu-item a, .adm_childpages ul.menu ul.sub-menu li.current-page-ancestor a {
			
		}
		
		/* header */
	
	#header {
		width: 100%;
		height: 31px;
		min-height: 131px;
		background: #fff center center;
		padding: 85px 0 0 0;
		overflow: visible;
	}
	
	#headerContainer {
		position: relative;	
	}
	
	#nav {
		background-color: #fff;
	}
		#nav #menu-mainmenu {
			margin-bottom: 0;
		}
	
	.home #header {
		position: absolute;
		top: 85px;
	/*	width: 100%;*/
		z-index: 990;
		background: none;
		padding: 0;
	}
	
	#headerContainer #nav {
		position: absolute;
		top: 25px;
		left: 205px;
		z-index: 980;
		background: none;
	}
	
	#headerContainer #nav .wrap {
		width: auto;
	}
	
	#headerContainer #nav .menu-primary {
		float: left;
		width: auto;
	}
	
		#headerContainer .menu-primary {
			margin: 0 0 0 0!important;
			background: none!important;
		}
		#headerContainer .menu-primary li a {
			font-weight: normal;
			font-family: 'HVDPosterRegular', "Lucida Grande", "Lucida Sans", Arial, Helvetica, Tahoma, Verdana, sans-serif;
			color: #00aeef;
			font-size: 21px;
			background-color: #231f20;
			border: 1px solid #231f20;
			padding: 0 10px 0 10px!important;
			margin: 0 10px 0 0;
			-webkit-border-radius: 0px 5px 0px 0px;
			border-radius: 0px 5px 0px 0px;
		}
		
		#headerContainer .menu-primary li a:hover {
			color: #000!important;
			border: 1px solid #000;
			background-color: #fff;
		}
		
		#headerContainer .menu-primary li.current-menu-item a,
		#headerContainer .menu-primary li.current-menu-ancestor a {
			color: #000!important;
			border: 1px solid #000;
			background-color: #fff;
		}
		
		#headerContainer .menu-primary li:last-child a {
			color: #231f20!important;
			background-color: #00aeef;
			border: 1px solid #00aeef;
		}
	
	
	/* breadcrumb */
	
	.breadcrumb {
		background: #231f20;
		padding: 15px 0;
		margin: 0 auto;
		text-shadow: none;
		font-size: 11px;
		color: #D2D2D2;
	}
	
	.breadcrumb .home {
		display: inline-block;
		margin: 0 10px 0 0;
		width: 19px;
		height: 15px;
		background-image: url('images/breadcrumb_home.png');
		background-repeat: no-repeat;
		text-indent: -9999px;
	}
	
	.breadcrumb a {
		color: #D2D2D2;
		margin: 0;
		padding: 0;
		background: none;
	}
	
	/* layerslider */
	
	#homeSliderContainer {
		background-color: #fff;
	}
	
	.homeSliderContainerHeight {
		height: 512px;
	}
	
	.ls-layer a {
		text-decoration: none!important;
	}
	
	.ls-layer .slideArrow {
		background-image: url('images/slideArrow.png')!important;
		background-repeat: no-repeat!important;
		background-position: 5px center!important;
		padding-left: 40px!important;
	}
	
	/* Agenda home */
	
	.agenda_container {
        position: relative;
    }
    .agenda_container .show_agenda {
        position: absolute;
        bottom:0px;
        height:35px;
        z-index:999;
        background-color:rgba(35, 31, 32, 0.8);
        overflow:hidden;
        width:100%;
        padding:0px 20px 10px 20px;
        border-radius: 5px 5px 0px 0px;
    }
    .agenda_container .show_agenda a {
        color: #fff;
        display: block;
        margin-top:10px;
        text-decoration: none;
        background-image: url('images/calendarIcon.png');
        background-repeat: no-repeat;
        padding: 0 0 0 45px;
    }
    .agenda_container .show_agenda a:hover {
        text-decoration: underline;
    }
	
	/* home-featured */
	
	#home-featured {
		margin-bottom: 0;
		background: #231f20;
		color: #d2d2d2;
	}
		
		#home-featured .wrap {
			padding: 25px 0;
		}
		
		#home-featured .widgettitle {
			color: #fff;
			font-size: 25px;
		}
		
		#home-featured .textwidget {
			font-size: 14px;
		}
		#home-featured .textwidget p {
			color: #d2d2d2;
			font-size: 14px;
			margin-bottom: 1.5em;
		}
		
		#home-featured .post {
			background: none;
			padding: 0;
		}
		#home-featured .featuredpage, .featuredpost {
			margin: 0;
		}
			
			#home-featured .post h2 {
				margin: 0;
				font-size: 14px;
				color: #fff;
			}	
			#home-featured .post h2 a {
				font-size: 14px;
				font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, Tahoma, Verdana, sans-serif;
				font-weight: bold;
				color: #fff;
			}
			#home-featured .post h2 a:hover {
				color: #00aeef;
			}
			
			#home-featured .post .alignleft {
				margin: 0 10px 0 0;
				width: 50px;
				height: 50px;
			}
			
			#home-featured .post .attachment-thumbnail {
				float: left;
				width: 50px;
				height: 50px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
			}
			
			#home-featured .post .post-info {
				color: #d2d2d2;
				font-size: 12px;
			}
	
	#home-social {
		clear: both;
		margin: 25px 0;
	}
	
	/* content */
	
	::selection {
		background-color: #00aeef;
		color: white;
	}
	
	#inner {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 0 0;
		background-color: #fff;
	}
	
	.home.full-width-content #content {
		display: none;
	}
	
	#content {
		float: right;
		color: #231f20;
		font-size: 13px;
	}
	
	#sidebar {
		float: left;
	}
	
	h1 {
		font-size: 35px;
		line-height: 1.25;
		margin: 10px 0 15px;
                margin: 1px 0 15px;
	}
	
	h2, h2 a, h2 a:visited {
		font-size: 25px;
		font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
		line-height: 1.25;
		margin: 10px 0 15px;
	}
	
	#content .post-info {
		padding: 0 0 20px;
	}
	
	.author {
		display: none;
	}
	
	.entry-content {
		margin: 0 0 25px;
		position: relative;
	}
	
	.entry-content p {
		font-size: 13px;
		margin: 0 0 15px;
		color: #4F4C4D;
	}
	
	.entry-content ol, .entry-content ul {
		margin: 0;
		padding: 0 0 15px;
	}
	
	.archive-page ul li, .entry-content ul li {
		list-style-type: disc;
		margin: 0 0 0 20px;
		padding: 0;
		color: #4F4C4D;
	}
	
	.post-meta {
		margin: 0;
	}
	
	.btn,
	#qaplus_searchsubmit,
	.button.gform_button,
	.backContainer .btn:hover,
	.flxmap-directions input[type=submit] {
		display: inline-block;
		padding: 7px 20px!important;
		background: #00aeef!important;
		color: #231f20!important;
		font-weight: bold!important;
		-webkit-border-radius: 5px!important;
		border-radius: 5px!important!important;
		text-decoration: none!important;
		text-align: center!important;
		text-shadow: none!important;
		border-bottom: none!important;
		border-left: none!important;
		border-right: none!important;
		border: 1px solid #00aeef!important;
	}
	.btn.fwidth {
		display: block!important;
	}
	
	.btn.black {
		border: 1px solid #000!important;
		color: #fff!important;
		background: #000!important;
	}
	
	.btn:hover {
		color: #004d6a!important;
		text-decoration: none;
		background: #00aeef!important;
		border: 1px solid #00aeef!important;
	}
	
	.backContainer .btn {
		border: 1px solid #00aeef!important;
		color: #00aeef!important;
		background: #fff!important;
	}
	
	.flxmap-directions {
		margin-top: 15px;
	}
	
	.flxmap-directions input[type=submit] {
		margin-top: 2px;
	}
	
	.flxmap-directions input[type=text] {
		margin: 0px 15px 0 0;
		padding: 8px 15px;
	}
	
	.readmore,
	.readmore a {
		color: #00aeef;
	}
	
	.entry .readmore {
		display: block;
		clear: both;
		text-align: left;
	}
	
	.search-results .post-meta,
	.search-results .post-info {
		display: none;
	}
	
	.search-results .post {
		padding: 0;
	}
	
	.search-results .entry-content {
		margin: 0 0 45px;
	}
	
	/* filterHomeContainer */
	
	#filterHomeContainer {
		float: left;
		clear: both;
		margin: 0 0 25px 0;
	}
	
		#filterHomeContainer form {
			float: left;
			clear: both;
		}
		
		#filterHomeContainer .one-fifth {
			margin: 0;
			padding: 0;
			width: 19.9%;
		}
		
		@media only screen and (max-width: 600px) {
			
			#filterHomeContainer .one-fifth {
				margin: 0;
				padding: 0;
				width: 100%;
			}
			
		}
		
		.filterContainer .beschrijving {
			font-size: 11px;
			color: #a8a8a8;
			display: block;
		}
		#filterContainer .beschrijving {
			color: #47aed4;
		}
		
		#filterHomeContainer fieldset {
			position: relative;
			padding-top: 40px;
			padding-right: 0;
			padding-bottom: 0;
			margin: 0;
			border-top: 1px solid #dbdbdb;
			border-right: 1px solid #dbdbdb;
			border-bottom: 1px solid #dbdbdb;
			border-left: none;
			background: #f5f5f5;
			color: #808080;
			height: 200px;
		}
		
			#filterHomeContainer fieldset:not(#filterResult):after {
				z-index: 10;
				content: '';
				display: block;
				position: absolute;
				top: 10px;
				left: 100%;
				width: 0;
				height: 0;
				border-color: transparent transparent transparent #f5f5f5;
				border-style: solid;
				border-width: 10px;
			}
			#filterHomeContainer fieldset:not(#filterResult):before {
				z-index: 10;
				content: '';
				display: block;
				position: absolute;
				top: 9px;
				left: 100%;
				width: 0;
				height: 0;
				border-color: transparent transparent transparent #dbdbdb;
				border-style: solid;
				border-width: 11px;
			}
		
		#filterHomeContainer fieldset#firstset {
			border-left: 1px solid #dbdbdb;
		}
		
		#filterHomeContainer fieldset.activeset {
			background-color: #00aeef!important;
			border-top: 1px solid #e18713;
			border-right: 1px solid #e18713;
			border-bottom: 1px solid #e18713;
		}
		#filterHomeContainer fieldset#firstset.activeset {
			border-left: 1px solid #e18713;
		}
			#filterHomeContainer fieldset.activeset:not(#filterResult):after {
				border-color: transparent transparent transparent #00aeef;
			}
			#filterHomeContainer fieldset.activeset:not(#filterResult):before {
				border-color: transparent transparent transparent #e18713;
			}
			#filterHomeContainer fieldset.activeset label {
				color: #fff;
			}
		
			#filterHomeContainer legend {
				position: absolute;
				top: 0px;
				left: 30px;
				color: #393536;
				font-family: 'HVDPosterRegular', "Lucida Grande", "Lucida Sans", Arial, Helvetica, Tahoma, Verdana, sans-serif;
				font-size: 25px;
			}
			
			#filterHomeContainer fieldset .cbContainer {
				height: 200px;
				overflow-y: auto;
			}
			
			#filterHomeContainer fieldset label {
				position: relative;
				display: block;
				width: 80%;
				padding-left: 20px;
				margin: 0 0 5px 0;
				font-size: 12px;
				font-weight: bold;
				overflow: hidden;
			}
			#filterHomeContainer fieldset label:hover {
				color: #393536;
			}
			#filterHomeContainer fieldset input[type="checkbox"] {
				position: absolute;
				left: 0;
				top: 0;
			} 
			#filterHomeContainer fieldset .icheckbox_square {
				position: absolute;
				left: 0;
				top: 4px;
			} 
			
		
		#filterHomeContainer fieldset#filterResult {
			height: 240px;
			padding-top: 0;
			text-align: center;
		}
			
			#filterHomeContainer fieldset#filterResult .number {
				font-size: 90px;
				font-weight: bold;
				font-family: Helvetica;
				line-height: 70px;
				margin: 40px 0 0 0;
				color: #393536;
				display: block;
				text-align: center;
			}
			
			#filterHomeContainer fieldset#filterResult .resultText {
				font-size: 19px;
				font-weight: bold;
				margin-bottom: 10px;
				color: #393536;
				display: block;
				text-align: center;
			}
			
			#filterHomeContainer fieldset#filterResult .btn {
				margin: 0 auto;
			}
			
		#filterHomeContainer #coursesContainer {
			display: none;
			float: left;
			clear: both;
		}
	
	
	
	/* filterContainer */
	
	#filterContainer {
		position: relative;
		background-color: #f2fcff;
		border: 1px solid #00AEEF;
		color: #00AEEF;
		padding: 10px 20px;
		clear: both;
	}
	
		#filterContainer h4 {
			color: #00aeef;
			font-size: 25px;
			font-family: 'HVDPosterRegular', "Lucida Grande", "Lucida Sans", Arial, Helvetica, Tahoma, Verdana, sans-serif;
			margin: 10px 0;
			font-weight: normal;
		}
		
		#filterContainer input.searchfield {
			right: 20px;
			top: 20px;
			position: absolute;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			background: #e4f3f9 url(images/searchIcon.png) no-repeat 5px 7px !important;
			border: 1px solid #00AEEF;
			color: #00AEEF;
			padding: 6px 15px 6px 25px;
			font-size: 12px;
			width: 140px;
		}
		
		#filterContainer fieldset {
			border: 0px;
			padding: 0;
		}
			
			#filterContainer fieldset legend {
				color: #393536;
				font-weight: bold;
				font-size: 14px;
				padding-bottom: 5px;
			}
			
			#filterContainer fieldset label {
				position: relative;
				display: block;
				width: 80%;
				padding-left: 20px;
				margin: 0 0 5px 0;
				font-size: 12px;
				font-weight: bold;
				overflow: hidden;
			}
			#filterContainer fieldset label:hover {
				color: #393536;
			}
			#filterContainer fieldset input[type="checkbox"] {
				position: absolute;
				left: 0;
				top: 0;
			} 
			#filterContainer fieldset .icheckbox_square {
				position: absolute;
				left: 0;
				top: 4px;
			}
			
			#extrafilter {
				clear: both;
			}
			
			#clearFilter {
				display: block;
				clear: both;
			}
			
			#extraOptions {
				clear: both;
				display: block;
				padding: 8px 0;
				background-color: #00aeef;
				color: #fff;
				text-align: center;
				font-weight: bold;
				text-decoration: none;
			}
			#extraOptions:hover {
				text-decoration: underline;
			}
		
		/* sortContainer */
			
		#sortContainer {
			padding: 20px 0 10px 0;
			font-weight: bold;
			color: #666;
			clear: both;
		}
			
			#sortContainer span {
				display: inline-block;
				margin: 0 5px;
				font-size: 13px;
				font-weight: normal;
			}
			
			#sortContainer span.sortArrow {
				margin: 0 0 0 5px;
			}
			
			#sortContainer span.activeSort, #sortContainer span.activeSort a {
				font-weight: bold;
			}
		
			#sortContainer a {
				text-decoration: underline;
				font-size: 13px;
				color: #666;
				font-weight: normal;
			}
	
	/* courseList */
	
	#courseList {
		
	}
	
		#courseList table {
			width: 100%;
			border-spacing: 1px;
		}
		
		#courseList table tr th {
			background-color: #231f20;
			color: #fff;
			font-weight: bold;
			text-align: left;
			padding: 4px 10px;
		}
		
		#courseList table tr.course {
			
		}
		
		#courseList table tr.course td {
			padding: 4px 10px;
			color: #b2b2b2;
			border-bottom: 1px solid #eeeeee;
		}
		
		#courseList table tr.course td a {
			color: #231f20;
			font-weight: bold;
			font-size: 14px;
			display: block;
			text-decoration: none;
		}
		
		#courseList table tr.course td a:hover {
			text-decoration: underline;
		}
		
		#courseList table tr.course td span {
			font-weight: bold;
			color: #b2b2b2;
			font-size: 12px;
		}
		
		.courseNiveau {
			text-align: center;
			white-space: nowrap;
		}
		
		.courseStart {
		}
		
		.courseDuration {
			white-space: nowrap;
		}
		
		/* Pagination */
		
		.paginationContainer {
			text-align: center;
			width: 100%;
		}
		
		.holder {
			margin: 15px 0;
		}
		
		.holder a {
			display: inline-block;
			font-size: 12px;
			padding: 0px 3px;
			cursor: pointer;
			font-weight: bold;
			margin: 0 5px;
			color: #333;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			text-decoration: none;
		}
		
		.holder a:hover {
			background-color: #00aeef;
			color: #fff;
			text-decoration: none;
		}
		
		.holder a.jp-previous,
		.holder a.jp-next {
			border: 1px solid #00aeef;
		}
		
		.holder a.jp-previous { margin-right: 15px; }
		.holder a.jp-next { margin-left: 15px; }
		
		.holder a.jp-current, a.jp-current:hover { 
			color: #fff;
			background-color: #00aeef;
			font-weight: bold;
		}
		
		.holder a.jp-disabled, a.jp-disabled:hover {
			color: #bbb;
			background-color: #fff;
			border: 1px solid #00aeef;
		}
		
		.holder a.jp-current, a.jp-current:hover,
		.holder a.jp-disabled, a.jp-disabled:hover {
			cursor: default;
		}
		
		.holder span { margin: 0 5px; }
	
	/* courseInfo */
	
	.backContainer {
		
	}
	
	#courseDetail {
		border-top: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#courseDetail h1 {
		margin-bottom: 0;
	}
	
	.courseSubTitle {
		font-size: 15px;
		color: #b0aeaf;
		clear: both;
		margin-bottom: 15px;
	}
	
	
	.courseInfo {
		position: relative;
		background-color: #f2fcff;
		border: 1px solid #00aeef;
		color: #CFA46E;
		padding: 10px 20px 0px 20px;
		clear: both;
		margin-bottom: 25px;
	}
		.courseInfo h2 {
			color: #00aeef;
			font-size: 25px;
			font-family: 'HVDPosterRegular', "Lucida Grande", "Lucida Sans", Arial, Helvetica, Tahoma, Verdana, sans-serif;
			margin: 10px 0;
			font-weight: normal;
		}
		
		.courseInfo table {
			width: 100%;
			color: #7b7572;
			margin-bottom: 0;
		}
		
		.courseInfo table td {
			
			vertical-align: top;
		}
		
		.courseInfo table .label {
			font-weight: bold;
			color: #393536;
			white-space: nowrap;
			width: 115px;
			padding-right: 5px;
		}
		
		.courseInfo .btn {
			margin-bottom: 20px;
		}
		
		.courseInfo .btn.black {
			margin-right: 15px;
		}
	
	/* FAQ */
	
	.qa-faqs {
		clear: both;
	}
	
	#qasearch {
		float: left;
		padding: 7px 10px;
		margin-top: 3px;
		margin-right: 10px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.qa-faq-title {
		color: #393536;
		font-size: 16px;
		margin-bottom: 0;
		font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	}
	
	.qa-faq-answer .readmore {
		display: block;
		text-align: right;
	}
	
	.qa-show-more {
		color: #393536!important;
		font-size: 15px;
		font-weight: bold;
		font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	}
	
	.qa-show-more {display:none!important}
	
	/* footer-widgets */
	
	#footer-widgets {
		background: #fafafa;
		margin: 0;
		border-top: 1px solid #d8d8d8;
	}
	#footer-widgets .widget {
		text-shadow: none;
	}
	
		#footer-widgets .widgettitle,
		#sidebar .widgettitle {
			color: #00aeef;
			font-size: 25px;
			font-family: 'HVDPosterRegular', "Lucida Grande", "Lucida Sans", Arial, Helvetica, Tahoma, Verdana, sans-serif;
			margin: 10px 0;
			font-weight: normal;
		}
		
		.gform_heading {
			margin-bottom: 10px!important;
		}
		.gform_title {
			font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, Tahoma, Verdana, sans-serif;
		}
		
		#footer-widgets .widget p {
			font-size: 13px;
			color: #4c4c4c;
		}
		
		#footerContact {
		
		}
			
			#footerContact a {
				color: #393536;
			}
			
			#footerContact p {
				
			}
			
			#footerContact .telIcon {
				color: #393536;
				display: block;
				font-size: 16px;
				font-weight: bold;
				background-image: url('images/telIcon.png');
				background-position: left 5px;
				background-repeat: no-repeat;
				padding: 0 0 0 40px;
			}
			
			#footerContact .mailIcon {
				color: #393536;
				display: block;
				font-size: 16px;
				font-weight: bold;
				background-image: url('images/mailIcon.png');
				background-position: left 5px;
				background-repeat: no-repeat;
				padding: 0 0 0 40px;
			}
			
			#footerContact .factuur {
				font-weight: bold;
				margin-top: 15px!important;
			}
			
			#footerContact em {
				margin-bottom: 15px;
				font-weight: bold;
			}
			
			
			#footerContact #footerLocaties {
				margin: 15px 0 0 0;
			}
			
				#footerContact #footerLocaties h4 {
					font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, Tahoma, Verdana, sans-serif;
					font-size: 14px;
					color: #393536;
					font-weight: bold;
					margin-bottom: 0;
				}
				
				#footerContact #footerLocaties select {
					width: 100%;
					font-size: 14px;
				}
				
				#footerContact #footerLocaties #locatiegegevens {
					margin: 15px 0 0 0;
					padding: 0 0 0 40px;
					background-image: url('images/contactIcon.png');
					background-position: left 5px;
					background-repeat: no-repeat;
				}
	
	/* footernav */
	
		/* primary */
	
		#footernavContainer {
			background-color: #00aeef;
			border-top: 1px solid #004d6a;
			padding: 25px 0;
		}
		
		#footernavContainer #nav {
			position: relative;
			top: 0;
			left: 0;
			background: none!important;
		}
		
		#footernavContainer #nav .wrap {
			width: auto;
		}
		
		#footernavContainer .menu-primary {
			margin: 0 0 0 0!important;
			background: none!important;
		}
		#footernavContainer .menu-primary li a {
			font-weight: bold;
			color: #004d6a;
			font-size: 21px;
			padding: 0 10px 0 10px!important;
		}
		#footernavContainer .menu-primary li:first-child a {
			padding-left: 0!important;
		}
		#footernavContainer .menu-primary li a:hover {
			color: #003447!important;
		}
		
		#footernavContainer .menu-primary li.current-menu-item a {
			color: #003447;
			font-weight: bold;
		}
		
		/* secondary */
	
		#footernavContainer #subnav {
			
		}
		
		#footernavContainer #subnav .wrap {
			width: auto;
		}
		
		#footernavContainer .menu-secondary {
			margin: 0 0 0 0!important;
			background: none!important;
		}
		#footernavContainer .menu-secondary li a {
			color: #004d6a;
			font-size: 12px;
			padding: 0 10px 0 10px!important;
		}
		#footernavContainer .menu-secondary li:first-child a {
			padding-left: 0!important;
		}
		#footernavContainer .menu-secondary li a:hover {
			color: #003447!important;
		}
		
		#footernavContainer .menu-secondary li.current-menu-item a {
			color: #003447;
			font-weight: bold;
		}
		
	#footer {
		font-size: 13px;
		text-transform: none;
	}
	#footer .creds {
		width: 50%;
	}
	
	#footer .creds a {
		margin-right: 0;
	}
	#footer p {
		font-size: 13px;
	}
	#footer a {
		color: #b3b3b3;
		text-decoration: none;
	}
	
	#footer a {
		display: inline-block;
		margin-right: 10px;
	}
	
	#footer a:hover {
		color: #00aeef;
	}

/* Responsive Design
------------------------------------------------------------ */

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 320px) {
	
	body{
	    -webkit-text-size-adjust: none;
	  }
		
}

@media only screen and (max-width: 960px) {

	body,
	.balance-landing #inner .wrap,
	.balance-landing.full-width-content #content,
	.content-sidebar-sidebar #content,
	.content-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.home-featured-left,
	.home-featured-right,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.wrap,
	#breadcrumb,
	#content-sidebar-wrap,
	#footer,
	#footer .creds,
	#footer .gototop,
	#header,
	#header .widget-area,
	#inner,
	#sidebar-alt,
	#title-area {
		width: 100% !important;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}
	
	#title-area {
		padding: 30px 0 20px;
	}

	.enews #subbox,
	.s {
		width: 60%;
	}

	#header .widget-area {
		float: none;
		margin: 0;
		padding: 0;
	}
	
	#header .searchform {
		float: none;
		margin: 0 0 20px;
		padding: 0;
		text-align: center;
	}
	
	.menu-primary,
	.menu-secondary,
	#header .menu,
	#header .widget-area,
	#title-area {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.menu-primary li,
	.menu-secondary li,
	#header .menu li {
		display: inline-block;
		float: none;
	}
	
	.menu li.right {
		display: none;
	}

	#home-featured .wrap {
		padding: 0;
	}
	
	.home-featured-left,
	.home-featured-right {
		border: none;
		float: none;
		margin: 0;
		padding: 10px 0 20px;
		text-align: center;
		width: 100%;
	}

	.home-featured-right .widget {
		margin: 0;
		padding: 0 20px 20px;
	}

	#inner {
		padding: 0 0 10px;
	}
	
	.breadcrumb {
		padding: 15px 20px;
		margin: 0 auto;
		width: auto;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 20px;
	}
	
	.navigation {
		padding: 0 20px;
	}
	
	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 30px;
	}
	
	h3,
	h4 {
		font-size: 24px;
	}

	h5,
	h6 {
		font-size: 20px;
	}

	.post-image {
		height: auto;
		max-width: 100% !important;
		margin: 0 0 20px !important;
		float: none;
		display: block;
	}

	.archive-page {
		float: none;
		width: 100%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		float: none;
		width: auto;
	}

	.navigation,
	.author-box {
		margin: 0;
	}

	.sidebar {
		margin: 20px 0 0;
		padding: 0;
	}

	.widget-wrap {
		padding: 0 20px;
	}

	#comments,
	#respond {
		margin: 20px 0 0;
	}

	.comment-list li, 
	.ping-list li {
		padding: 20px;
		margin: 0 -10px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

	#footer,
	#footer .creds,
	#footer .gototop {
		background: none;
		padding: 10px 0;
		text-align: center;
	}
	
	#footer .gototop a {
		background: none;
		padding: 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}
	
	#topnavContainer .widget-area {
		display: none;
	}
	
	.home #header {
		top: 65px;
	}
	
	#headerContainer {
		padding: 0 20px;
	}
	
	#headerContainer #nav {
		position: absolute;
		left: 205;
	}
	
	#filterHomeContainer {
		padding: 0 20px;
	}
	
}

@media only screen and (max-width: 600px) {
	
	#topnavContainer {
		position: relative;
		background: #f6f6f6;
	}
	
	#topnavContainer .widget-area {
		display: none;
	}
	
	.home #header {
		width: auto!important;
		position: relative;
		background: #fff!important;
		top: 0;
		height: auto;
	}
	
	#header {
		height: auto;
		padding: 0;
	}
	
	#headerContainer {
		text-align: center;
		padding: 20px 20px 40px 20px;
	}
	
	#headerContainer #nav {
		position: relative;
		left: 0;
	}
	
	#headerContainer #nav .menu-primary {
		float: none;
	}
	
	#menu-mainmenu li {
		margin-bottom: 10px;
	}
	
	#homeSliderContainer,
	.agenda_container {
		display: none!important;
	}
	
	#filterHomeContainer {
		padding: 0 20px;
	}
	#filterHomeContainer fieldset {
		border-left: 1px solid #dbdbdb;
	}
	#filterHomeContainer fieldset:not(#filterResult):after {
		display: none;
	}
	#filterHomeContainer fieldset:not(#filterResult):before {
		display: none;
	}
	
	#courseList table tr.course td {
		word-break:break-all;
	}
	
	#courseList table tr th:nth-child(3),
	#courseList table tr.course td.courseStart {
		display: none;
	}
	
	#filterContainer input.searchfield {
		top: 0;
		right: 0;
		position: relative;
		margin-bottom: 20px;
	}
	
	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 24px;
	}
	
	h3,
	h4 {
		font-size: 20px;
	}

	h5,
	h6 {
		font-size: 18px;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

}


li.gfield.hideLabel label {
    display:none!important;
}